Skip to main content
GET
Resolve a clone URL or org/repo slug to a repository (pass exactly one of `url` or `full_path`).

Authorizations

X-API-Key
string
header
required

Headers

X-Workspace-Id
string | null

Query Parameters

url
string | null

Git remote URL (https or ssh form, with or without .git suffix). Example: https://github.com/myorg/repo. The parameter is named url, not clone_url — a common agent guess that returns 400. Mutually exclusive with full_path.

full_path
string | null

Repository full path within its host. Example: myorg/repo. Case-insensitive. Mutually exclusive with url.

Cookies

riftmap_access
string | null

Response

Successful Response

Basic repository record.

archived
boolean
required
clone_url
string
required
connected_org_id
string<uuid>
required
created_at
string<date-time>
required
default_branch
string
required
full_path
string
required
id
string<uuid>
required
last_activity_at
string<date-time> | null
required
last_commit_sha
string | null
required
last_scanned_at
string<date-time> | null
required
name
string
required
platform_id
string
required